type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToFloat32

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		float4.go#L193: 			return scanPlanTextAnyToFloat32{}
		float4.go#L281: type scanPlanTextAnyToFloat32 struct{}
		float4.go#L283: func (scanPlanTextAnyToFloat32) Scan(src []byte, dst any) error {